home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD2.iso / Doom3 / Q3toD3 / Q3toD3 GUI.msi / Instal01.cab / _94B15EAC29CE4A4E9E82C98157792429 < prev    next >
Text File  |  2004-08-10  |  3KB  |  94 lines

  1. Q3toD3 GUI Help File                            2004-08-10
  2. --------------------
  3.  
  4.  
  5. Introduction:
  6. -------------
  7. Q3toD3 GUI converts automatically Quake3 Maps into Doom3 Maps.
  8.  
  9. It performs the following tasks for you, so you don't have to do them by hand:
  10. * Convert Quake3 Map into Doom3 Map
  11. * Extract textures needed by the map
  12. * Convert textures to Doom3
  13. * Copy material list to the right place
  14. * Extract models needed by the map
  15. * Convert Models to Doom3
  16. * Extract needed textures by the models
  17. * Convert model textures to Doom3
  18. * Copy model material list to the right place
  19.  
  20.  
  21. How to start the Doom3 map:
  22. ---------------------------
  23. * in doom3, get down the console (ALT-GR and Tilde [the key left of the '1' key])
  24. * type in "dmap mapname" - this comiles the map. might take some minutes.
  25. * type in "map mapname" to load it into the game
  26.  
  27.  
  28. FAQ:
  29. ----
  30. Before you look at the questions in this FAQ, please notice the following points:
  31.  
  32. * In order to run the converter correctly you will need to install the following files:
  33.     - Quake3 Update 1.32
  34.         -> ftp.idsoftware.com/idstuff/quake3/win32/q3pointrelease_132.exe
  35.     - GTKRadiant
  36.         -> www.qeradiant.com/?data=files&files_id=76
  37.  
  38. * The program does not function if:
  39.     - you have extracted your Quake3 .pk3's into the baseq3\ directory
  40.     - and deleted the .pk3 files
  41.  
  42.     Maybe future versions will support this
  43.  
  44. * The program only searches data in .pk3 files named with the following pattern:
  45.     - pakxxx.pk3 where xxx must begin at 0 and may only increment by 1
  46.       e.g. pak0.pk3, pak1.pk3, pak2.pk3, pak3.pk3, ... and so on
  47.     - the mapmedia.pk3 from GTKradiant will also be searched for data
  48.  
  49.     Maybe future versions will search in every .pk3 file found in baseq3\
  50.     
  51.  
  52. ?: "WARNING - Texture not found!" - What can I do?
  53. !: * Assure you got everything correctly installed. 
  54.    * Get Q3 Update to version 1.32.
  55.    * Install the map editor GTKradiant
  56.    * some textures like fog can't be converted, because it's a special shader,
  57.      so don't worry
  58.    
  59. ?: "I can't convert the .bsp files!"
  60. !: Q3toD3 supports only conversion of .map files. But with q3map2 you can
  61.    decompile any .bsp to .map. Mapobjects may get lost. 
  62.    http://shaderlab.com/q3map2/
  63.    
  64. ?: "The map is too dark!"
  65. !: The lighting system between Quake3 and Doom3 is very different. If you take
  66.    the -noshadows variant all light are a bit brighter.
  67.    Another trick is to type this into the console: "bind F1 testpointlight".
  68.    If you press F1 now at any position, a new light will be created.
  69.    
  70.  
  71. Known Bugs:
  72. -----------
  73. * texture scaling, shifting and rotating is wrong
  74. * quake3 shaders aren't converted correctly, so there is no texture animation right now
  75.  
  76.  
  77. Warning:
  78. --------
  79. We are not responsible for ANY data loss or what you do with that converter!
  80. Use this program at your own risk!
  81.  
  82. Please don't upload copyright protected maps, textures and so on!
  83.  
  84.  
  85. Thanx to:
  86. ---------
  87. * id Software for Quake3: Arena and Doom3, the greatest games in computer history!
  88.  
  89.  
  90. Further questions, suggestions or found a bug?
  91. ----------------------------------------------
  92. Q3toD3     - Daniel Pohl:       elchtest@quake.de
  93. Q3toD3 GUI - Matthias Pleines:  matthias@vyrix.de
  94.